auto merge of #330 : alexcrichton/cargo/fix-cargo-doc2, r=wycats
authorbors <bors@rust-lang.org>
Wed, 6 Aug 2014 20:29:28 +0000 (20:29 +0000)
committerbors <bors@rust-lang.org>
Wed, 6 Aug 2014 20:29:28 +0000 (20:29 +0000)
commit72dabaf3999ecf1ad93636ce0053795ff011450f
treec37965a25ee9164121c375ac15b77b81b9e5cb5a
parenteebb219f6bc549686da39b603cc129c9e5b1295c
parent6a2a2c9580d8974a1b98d023cb87a739d6b5fbe0
auto merge of #330 : alexcrichton/cargo/fix-cargo-doc2, r=wycats

This erroneously used util::process instead of the custom process function in
the cargo_rustc module.